Schnittstelle ValidValueProvider.ValidValue
- Umschließende Klasse:
ValidValueProvider
public static interface ValidValueProvider.ValidValue
Defines a value that is valid for a certain property. In addition to the profile value a translated display value
can be obtained from this interface.
- Seit:
- 5.0
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns a translated label for this option.Returns theStringthat is to be used in the profile property to activate this option
-
Methodendetails
-
getProfileValue
-
getDisplayString
String getDisplayString()Returns a translated label for this option. The translation will use the locale of the current thread.- Gibt zurück:
- the translated label for this option
- Seit:
- 5.0
-